From: Florian Fainelli Date: Wed, 6 Aug 2008 18:56:45 +0000 (+0000) Subject: Fix transmission compilation against wx, need to specify the cross wx-config to disab... X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=f00c2c9d4608c54a2ab2a532f1ee5d625d9eb165;p=openwrt%2Fsvn-archive%2Fpackages.git Fix transmission compilation against wx, need to specify the cross wx-config to disable support for it later SVN-Revision: 12220 --- diff --git a/net/transmission/Makefile b/net/transmission/Makefile index fd64005f1..f175e767f 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -38,6 +38,8 @@ endef CONFIGURE_ARGS += \ --enable-daemon \ --disable-gtk \ + --disable-wx \ + --with-wx-config="$(STAGING_DIR)/usr/bin/" \ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \